Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增 flynarwhal。该软件包基于 kotlin compose 开发。
需要审阅。主要不能确定的点如下:
so未安装。比如需要libx264.so.164但是实际上 arch 提供的是libx264.so.165。查询预置的动态库属于 arch 的哪个包后,将预置的动态库删除创建到系统 libvlc 的软链接,将arch的包作为依赖添加。namcap 检查提示Dependency included, but may not be needed。在
depends中将 Java 运行时设置为大于 11,但是 namcap 检查提示flynarwhal W: Referenced library 'libjvm.so' is an uninstalled dependency (needed in files ['usr/lib/flynarwhal/lib/runtime/lib/libverify.so', 'usr/lib/flynarwhal/lib/runtime/lib/libjimage.so', 'usr/lib/flynarwhal/lib/runtime/lib/libjava.so', 'usr/lib/flynarwhal/lib/runtime/lib/libzip.so', 'usr/lib/flynarwhal/lib/runtime/lib/libnet.so'])